1. /* sdfzero.cpp by K.Tsuru */
  2. // function ID = 307 DARDIX, BRADIX
  3. /**************************************
  4. SDouble and SDecimal class
  5. make zero with the same type of d
  6. ***************************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. SDouble SDZero(const SDouble& d){
  11. uint sz = (d.CutDown()==DISABLE) ? d.Size() : minArraySize;
  12. SDouble zero(d.Type(), sz); // initialized by zero.
  13. return zero;
  14. }

sdfzero.cpp : last modifiled at 2015/12/04 10:34:13(427 bytes)
created at 2017/10/07 10:22:50
The creation time of this html file is 2017/10/07 11:29:39 (Sat Oct 07 11:29:39 2017).